object BaseReportDialog: TBaseReportDialog Left = 0 Top = 0 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'BaseReportDialog' ClientHeight = 437 ClientWidth = 645 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnKeyDown = FormKeyDown OnShow = FormShow DesignSize = ( 645 437) PixelsPerInch = 96 TextHeight = 13 object lblTitle: TResLabel Left = 19 Top = 20 Width = 82 Height = 13 Caption = 'Send Error Log' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblSubTitle: TResLabel Left = 19 Top = 49 Width = 599 Height = 40 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'lblSubTitle' Transparent = True WordWrap = True ExplicitWidth = 597 end object lblComments: TResLabel Left = 19 Top = 172 Width = 143 Height = 13 Transparent = True ResourceCaption = 49859 end object lblEmail: TResLabel Left = 19 Top = 103 Width = 143 Height = 34 AutoSize = False Transparent = True WordWrap = True ResourceCaption = 49858 end object lblNotes: TResLabel Left = 19 Top = 279 Width = 597 Height = 50 AutoSize = False Transparent = True WordWrap = True ResourceCaption = 49867 end object lblPrivacyPolicy: TResLabel Left = 21 Top = 335 Width = 155 Height = 14 Cursor = crHandPoint Anchors = [akTop, akRight] Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [fsUnderline] ParentFont = False ParentShowHint = False ShowHint = True Transparent = True OnClick = lblPrivacyPolicyClick ResourceCaption = 23508 end object pnlStatus: TBrushPanel Left = 0 Top = 396 Width = 645 Height = 41 Align = alBottom BevelEdges = [beTop] BevelKind = bkFlat BevelOuter = bvNone Caption = 'pnlStatus' Color = clWhite TabOrder = 5 object lblStatus: TResLabel Left = 11 Top = 12 Width = 41 Height = 13 Caption = 'lblStatus' Transparent = True end object progSendReport: TProgressBar Left = 264 Top = 8 Width = 352 Height = 17 TabOrder = 0 Visible = False end end object memoComments: TMemo Left = 168 Top = 172 Width = 448 Height = 89 ScrollBars = ssVertical TabOrder = 2 OnKeyDown = memoCommentsKeyDown end object edtEmail: TEdit Left = 168 Top = 103 Width = 448 Height = 21 Enabled = False TabOrder = 0 OnKeyDown = edtEmailKeyDown end object chkEmailOptIn: TResTeCheckBox Left = 168 Top = 126 Width = 448 Height = 44 OnClick = chkEmailOptInClick OnKeyDown = chkEmailOptInKeyDown AllowGrayed = False Alignment = kalLeftJustify Checked = True Spacing = 5 State = kcbsChecked ThemeObject = 'default' TabOrder = 1 Transparent = True WordWrap = True ResourceCaption = 49860 end object btnSend: TResTeButton Left = 374 Top = 360 Width = 118 Height = 25 OnClick = btnSendClick Caption = 'btnSend' TabOrder = 3 end object btnCancel: TResTeButton Left = 498 Top = 360 Width = 118 Height = 25 OnClick = btnCancelClick Caption = 'btnCancel' ModalResult = 2 TabOrder = 4 end object ThemeForm: TTeForm2 ThemeObject = 'StandardDialog' Left = 304 Top = 216 end end